google.golang.org/grpc/internal/transport.http2Client.isSecure (field)

3 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L93: 	isSecure bool
		http2_client.go#L335: 		isSecure:              isSecure,
		http2_client.go#L659: 			if !t.isSecure || credentials.CheckSecurityLevel(ri.AuthInfo, credentials.PrivacyAndIntegrity) != nil {